openrndr
Toggle table of contents
0.5.0-dev.24+01d4f82
js
Target filter
js
Switch theme
Search in API
Skip to content
openrndr
openrndr-webgl
/
[root]
/
WebGL2RenderingContext
/
texSubImage3D
tex
Sub
Image3D
fun
texSubImage3D
(
target
:
Int
,
level
:
Int
,
xoffset
:
Int
,
yoffset
:
Int
,
zoffset
:
Int
,
width
:
Int
,
height
:
Int
,
depth
:
Int
,
format
:
Int
,
type
:
Int
,
pixels
:
ImageData
?
)
(
source
)